home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5355 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: god.bel.alcatel.be!nlev00!barnhoorn
  2. From: barnhoorn@nlev00 ()
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Ceck out this bug. What the *** is SASC/6.56 doing?
  5. Date: 13 Mar 1996 11:22:31 GMT
  6. Organization: Alcatel Bell
  7. Distribution: world
  8. Message-ID: <4i6b5n$fiq@btmpjg.god.bel.alcatel.be>
  9. References: <1120.6643T91T406@login.eunet.no> <sassek.826554207@sas.com> <422.6645T351T2154@login.eunet.no>
  10. Reply-To: barnhoorn@nlev00 ()
  11. NNTP-Posting-Host: 138.203.178.61
  12. X-Newsreader: mxrn 6.18-10
  13.  
  14.  
  15. In article <422.6645T351T2154@login.eunet.no>, patrick.hanevold@login.eunet.no (Patrick Hanevold) writes:
  16. >
  17. >>You are probably running out of stack. With a standard 4k stack,
  18. >>after the prolog of main(), you only have 640 bytes of stack left.
  19. >>Apparently not enough for OpenScreenTags(). The program runs
  20. >>fine with a 20k stack.
  21. >
  22. >Guess stack check is bugged then. Hmm.. maby it doesnt work on SC's own
  23. >code.
  24. >
  25. Stack check is not bugged, you have to known what exactly is checked.
  26. SAS only knows the amount of stack you allocate in your function,
  27. not the amount of stack that is also used by the functions you call.
  28.  
  29. -- 
  30. ---------------------------------------------------------------------------
  31. Jaco Barnhoorn               barnie@xs4all.nl
  32. Software Test Engineer       barnhoorn%nlev00@btmv56.se.bel.alcatel.be
  33. Alcatel Telecom Systems
  34. Rijswijk, The Netherlands
  35. ---------------------------------------------------------------------------
  36.